home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / plaf / basic / BasicIconFactory$EmptyFrameIcon.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  691 b   |  23 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. import java.awt.Component;
  4. import java.awt.Graphics;
  5. import java.io.Serializable;
  6. import javax.swing.Icon;
  7.  
  8. class BasicIconFactory$EmptyFrameIcon implements Icon, Serializable {
  9.    int height = 16;
  10.    int width = 14;
  11.  
  12.    public int getIconHeight() {
  13.       return this.height;
  14.    }
  15.  
  16.    public int getIconWidth() {
  17.       return this.width;
  18.    }
  19.  
  20.    public void paintIcon(Component var1, Graphics var2, int var3, int var4) {
  21.    }
  22. }
  23.